NeighborOrBuilder

interface NeighborOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getLastRxTime(): Int

Reception time (in secs since 1970) of last message that was last sent by this ID.
Note: this is for local storage only and will not be sent out over the mesh.
fixed32 last_rx_time = 3;
Link copied to clipboard

Broadcast interval of this neighbor (in seconds).
Note: this is for local storage only and will not be sent out over the mesh.
uint32 node_broadcast_interval_secs = 4;
Link copied to clipboard
abstract fun getNodeId(): Int

Node ID of neighbor
uint32 node_id = 1;
Link copied to clipboard
abstract fun getSnr(): Float

SNR of last heard message
float snr = 2;